google.golang.org/protobuf/encoding/prototext.decoder.unmarshalScalar (method)
6 uses
google.golang.org/protobuf/encoding/prototext (current package)
decode.go#L268: val, err = d.unmarshalScalar(fd)
decode.go#L278: func (d decoder) unmarshalScalar(fd protoreflect.FieldDescriptor) (protoreflect.Value, error) {
decode.go#L414: pval, err := d.unmarshalScalar(fd)
decode.go#L425: pval, err := d.unmarshalScalar(fd)
decode.go#L455: return d.unmarshalScalar(fd.MapValue())
decode.go#L526: val, err := d.unmarshalScalar(fd.MapKey())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)